ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / CopyHeaders Property

In This Topic
    CopyHeaders Property (TransposedGrid<T>)
    In This Topic
    Gets or sets copied header cells when copying the content to the clipboard.
    Syntax
    'Declaration
     
    Public Overridable Property CopyHeaders As CopyHeader
    public virtual CopyHeader CopyHeaders {get; set;}
    See Also